home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PRINTING / PRTFIL10 / HPLJ.FMP < prev    next >
Text File  |  1994-06-01  |  497b  |  36 lines

  1. ;
  2. ; HP LaserJet printer definition - Tested on LaserJet IIIP
  3. ;
  4.  
  5. ;
  6. ; Printer port
  7. ; Change to file name for printing to file
  8. ;
  9. [Printer]
  10. Port=LPT1
  11.  
  12. ; Paper Size & margins
  13. ;
  14. [PrintSize]
  15. PageLength=64
  16. PageWidth=94
  17. MarginLeft=4
  18. MarginRight=1
  19. MarginTop=1
  20. MarginBottom=1
  21.  
  22. ;
  23. ; Printer control codes
  24. ;
  25. [PrintCode]
  26. Normal=ESC,"(s0s0B"
  27. Italic=ESC,"(s1s0B"
  28. Bold=ESC,"(s0s3B"
  29. BoldItalic=ESC,"(s1s3B"
  30. FF=#12
  31. LF=#10
  32. CR=#13
  33. Init=ESC,"(10U",ESC,"(s0p12.00h10.0v0s0b3T"
  34. Done=
  35.